vcObject
A base class for all objects. A vcObject becomes invalid when the object it represents is deleted. Accessing properties or methods of such vcObject will raise a ValueError telling that it has been invalidated. It is possible to use "IsValid" property to check the state, without raising an exception.
See in: Overview
Module: vcExecutor
Parent: -
Children: vcProgram, vcScope, vcStatement
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| IsValid | Boolean | R | Gets a value that defines if the object contained in this wrapper is still valid. |